home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / com / othernet / fidonet / led_151 / driver / default.pn < prev    next >
Text File  |  1996-06-02  |  520b  |  19 lines

  1. ; Default driver for all printer (printing of TextEffects is not possible)
  2. ; (c) St.Slabihoud 1995
  3. ;
  4. ; Converts:      To:
  5. ;  arrow up       '^'
  6. ;  arrow left     '<'
  7. ;  arrow right    '>'
  8. ;
  9. ; The table has follwing format:
  10. ;  <original character>, <char1> [, <char2> [...]]
  11. ;
  12. ; Up to eleven "chars" are allowed (maximum number of entries per
  13. ; line is twelve). This is enough for all convertions. You can
  14. ; enter values in decimal, in octal (0...) or in hex (0x...).
  15. ;
  16. 0x01, 0x5e
  17. 0x03, 0x3e
  18. 0x04, 0x3c
  19.